-
Notifications
You must be signed in to change notification settings - Fork 5
Bump the minor group across 1 directory with 4 updates #161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v0.x.x
Are you sure you want to change the base?
Conversation
Bumps the minor group with 4 updates in the / directory: [flake8](https://github.com/pycqa/flake8), [mypy](https://github.com/python/mypy), [pytest](https://github.com/pytest-dev/pytest) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `flake8` from 7.2.0 to 7.3.0 - [Commits](PyCQA/flake8@7.2.0...7.3.0) Updates `mypy` from 1.16.1 to 1.17.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.17.0) Updates `pytest` from 8.3.5 to 8.4.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.5...8.4.1) Updates `hypothesis` from 6.132.0 to 6.136.3 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.132.0...hypothesis-python-6.136.3) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.136.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
This is failing because of a new |
Needs approval from someone else because I (copilot on behalf of me :P) added some commits. |
assert exc.operation == "channel" | ||
|
||
with pytest.raises(ClientNotConnected, match=r"") as exc_info: | ||
with pytest.raises(ClientNotConnected) as exc_info: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand at all how
Fix pytest warning by removing empty match parameter from pytest.raises
relates to this diff? This just removes a test case as far as I can tell.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, it didn't remove just the parameters, it removed the whole case using them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explained here (it was unrelated duplicated code that sneaked in accidentally):
Bumps the minor group with 4 updates in the / directory: flake8, mypy, pytest and hypothesis.
Updates
flake8
from 7.2.0 to 7.3.0Commits
c48217e
Release 7.3.0f9e0f33
Merge pull request #1986 from PyCQA/document-f5426bcdb62
document F54270a15b8
Merge pull request #1985 from PyCQA/upgrade-deps4941a3e
upgrade pyflakes / pycodestyle23e4005
Merge pull request #1983 from PyCQA/py314019424b
add support for t-strings6b6f3d5
Merge pull request #1980 from PyCQA/asottile-patch-18dfa669
add rtd sphinx configce34111
Merge pull request #1976 from PyCQA/document-f824Updates
mypy
from 1.16.1 to 1.17.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
0260991
Update version string3901aa2
Updates to 1.17 changelog (#19436)7d13396
Initial changelog for 1.17 release (#19427)a182dec
Combine the revealed types of multiple iteration steps in a more robust manne...ab4fd57
Improve the handling of "iteration dependent" errors and notes in finally cla...09ba1f6
[mypyc] Fix exception swallowing in async try/finally blocks with await (#19353)5c65e33
[mypyc] Fix AttributeError in async try/finally with mixed return paths (#19361)934ec50
Lessen dmypy suggest path limitations for Windows machines (#19337)a4801f9
Type ignore comments erroneously marked as unused by dmypy (#15043)c3bfa0d
Handle corner case: protocol vs classvar vs descriptor (#19277)Updates
pytest
from 8.3.5 to 8.4.1Release notes
Sourced from pytest's releases.
... (truncated)
Commits
8d99211
Prepare release version 8.4.15dc5880
docs: update pytest.ini addopts example to use separate -p entries (#13529) (...d0c7ed0
Reintroduce PytestReturnNotNoneWarning (#13495) (#13527)a1b3a78
Fix compatibility with Twisted 25 (#13502) (#13531)4c161ab
pytester: avoid unraisableexception gc collects in inline runs to speed up te...a86ee09
Fix typo in parametrize.rst (#13514) (#13516)1a0581b
Remove outdated warning about faulthandler_timeout on Windows (#13492) (#13493)4e631a7
Merge pull request #13486 from hosmir/fixtypo (#13487)b49745e
fix: support TerminalReporter.isatty being called (#13462) (#13483)cc5ceed
RELEASING: remove pytest mailing list (#13472) (#13473)Updates
hypothesis
from 6.132.0 to 6.136.3Release notes
Sourced from hypothesis's releases.
... (truncated)
Commits
c93b505
Bump hypothesis-python version to 6.136.3 and update changelog4732ecb
Merge pull request #4480 from tybug/free-threading-deadlinedf6f0a5
skip threading test under emscriptenb3274d1
add covering test and timeout75a1a93
cap a slow test4d9fd69
disable DeadlineExceeded on multithreadingc84572e
Bump hypothesis-python version to 6.136.2 and update changelog852fe83
Merge pull request #4479 from tybug/stateful-error371b7fd
add covering test48e9972
address review, use better qualnameYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions